FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / ReportObjectList<TItem> Class / Count Property

In This Topic
    Count Property (ReportObjectList<TItem>)
    In This Topic
    Gets the number of elements in the collection.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Count As Integer
    public override int Count {get;}
    See Also